@charset "UTF-8";

/*
Theme Name: information - FRATELLO DI MIKUNI
Theme URI:
Description: FRATELLO DI MIKUNI　公式サイトの新着情報、ギャラリーなどのページです。
Version: 1.1
Author: owndmedia-lab
*/

/* ************************************************************************************************

   index.php

   ************************************************************************************************ */

/***** index.php / ヒーローイメージ *****/
.hero{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero__movie--sp {display: none;}

.hero__movie{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.hero__logo{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 228px;
  height: 201px;
}


/***** index.php / 挨拶文 *****/
.index-main{
  padding: 20rem 0 19rem;
}

.index-main::before {
    background: rgba(217,238,238,0.5);
    display: block;
    content: "";
    width: 70%;
    height: 900px;
    position: absolute;
    top: 20%;
    left: 0;
}

.page-en .index-main::before {
    height: 800px;
    top: 18%;
}

.index-main__message{
  margin-bottom: 10rem;
}

.index-main__lead{
  margin-bottom: 9rem;
}

.index-main__txt{
  margin-bottom: 6rem;
}

.index-main__images{
  flex-wrap: wrap;
}

.index-main__images img{
  margin-bottom: 6rem;
  width: 47%;
  max-width: 100%;
  height: auto;
}


/***** index.php / コンテンツ *****/
.index-contents__item01, .index-contents__item02, .index-contents__item03{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  height: 100vh;
  position: relative;
  text-shadow: 0 0 15px #fff;
}

.index-contents__item01 {background-image: url(img/index/index_restaurant_bg.jpg);}
.index-contents__item02 {background-image: url(img/index/index_villa_bg.jpg);}
.index-contents__item03 {background-image: url(img/index/index_cafe_bg.jpg);}

.index-contents__box01, .index-contents__box02, .index-contents__box03{
  padding: 9rem;
  background: rgba(255,255,255,0.8);
  width: 770px;
  height: 770px;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: ease-in-out .5s;
}

.page-en .index-contents__box01,
.page-en .index-contents__box02 {
  width: 770px;
  height: 618px;
}

.page-en .index-contents__box03 {
  width: 770px;
  height: 650px;
}

.index-contents__item01:hover .index-contents__box01,
.index-contents__item02:hover .index-contents__box02,
.index-contents__item03:hover .index-contents__box03{
  opacity: 1;
  transition: ease-in-out .5s;
}

.index-contents__box01, .index-contents__box03{
  left :5%;
}

.index-contents__box02{
  right: 5%;
}

.index-contents__box03{
  padding: 10rem;
}

.page-en .index-contents__box03{
  padding: 9rem;
}

.index-contents__lead{
  margin: 8rem 0 6rem;
}

.index-contents__btn{
  margin-top: 6rem;
  text-align: right;
}

@media screen and (max-width: 1680px){
  .index-contents__box01, .index-contents__box02, .index-contents__box03 {
    padding: 6rem;
    width: 700px;
    height: 640px;
  }
  .index-contents__box03 {padding: 9rem;}

  .index-contents__lead {margin: 4rem 0 4rem;}
  .index-contents__btn {margin-top: 4rem;}

  .page-en .index-contents__box01, .page-en .index-contents__box02{
    width: 770px;
    height: 519px;
  }
  .page-en .index-contents__box03 {
    width: 770px;
    height: 569px;
  }
  .page-en .index-contents__box01, .page-en .index-contents__box02 {
    padding: 8rem;
  }
  .page-en .index-contents__box03{
    padding: 9rem;
  }
}

@media screen and (max-width: 1500px){
  .page-en .index-contents__box01, .page-en .index-contents__box02 {
    width: 770px;
    height: 528px;
  }
  .page-en .index-contents__box03 {
    width: 770px;
    height: 578px;
  }
}

@media screen and (max-width: 1400px){
  .index-contents__box01, .index-contents__box02, .index-contents__box03 {
    width: 680px;
    height: 600px;
  }
  .index-contents__box03 {padding: 7rem;}

  .index-contents__lead {margin: 3rem 0 3rem;}

  .page-en .index-contents__box01, .page-en .index-contents__box02 {
    width: 770px;
    height: 480px;
  }
  .page-en .index-contents__box03 {
    width: 770px;
    height: 530px;
    padding: 7.5rem;
  }
  .page-en .index-contents__box01, .page-en .index-contents__box02 {padding: 7rem;}
}

@media screen and (max-width: 1100px){
  .index-contents__box01, .index-contents__box02, .index-contents__box03 {
    padding: 5rem 6rem;
  }
}


/***** index.php / お知らせ *****/
.index-info{
  padding: 25rem 0;
}

@media screen and (max-width: 1680px){
  .index-info{padding: 20rem 0;}
}

.index-info .container{
  align-items: center;
}

.index-info__wp{
  margin-top: 8rem;
  width: 500px;
}

.index-info__wp table{
  width: 100%;
}

.index-info__wp tr{
  border-bottom: 2px solid #adbfbf;
  transition: .5s;
}

.index-info__wp th, .index-info__wp td{
  font-weight: normal;
  padding: 2rem 0;
  line-height: 1.5;
}

.page-en .index-info__wp th a, .page-en .index-info__wp td a{
  font-size: 1.4rem;
}

.index-info__wp td {
  width: 75%;
}

.index-info__wp tr:hover{
  color: #689689;
  transition: .5s;
}

.index-info__btn{
  text-align: right;
  margin-top: 5rem;
}

@media screen and (max-width: 1100px){
.index-info__box {width: 100%;}
.index-info__wp {width: 90%;}
}


/***** index.php / Instagram *****/
.index-insta{
  padding: 15rem 0;
  background: rgba(217,238,238,0.7);
}

.index-insta__btn{
  margin-top: 5rem;
  text-align: right;
}

.index-insta__btn--sp{
  display: none;
}

.fa-instagram{
  margin-right: .5rem;
}

/* インスタフィード */
.index-insta__box {
  flex-wrap: wrap;
}

.index-insta__item {
  margin-bottom: 5rem;
}

.index-insta__box a:hover {
  opacity: 0.6;
  transition: .5s;
}

.index-insta__box a {
  transition: .7s;
}

.index-insta__box img {
  max-width: 100%;
}

@media screen and (max-width: 1100px){
.index-insta__item {
  margin-bottom: 4rem;
  margin-right: 1rem;
  margin-left: 1rem;
  width: 22%;
  height: auto;
}
.index-insta__box img {width: 100%; height: auto;}
}


/***** index.php / フッター画像 *****/
.index__bg{
  background-image: url(img/index/index_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 70vh;
}


/***** Edge,IE調整 *****/
/* @supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) {
  .hero__movie{height: auto;}
  .index-main::before {top: 165%;}
  .page-en .index-main::before {top: 140%;}
}

@media all and (-ms-high-contrast: none) {
  .hero__movie{height: auto;}
  .index-main::before {top: 165%;}
  .page-en .index-main::before {top: 140%;}
} */


/* ************************************************************************************************

   about.php

   ************************************************************************************************ */

/***** about.php / 大雪高原旭ヶ丘 *****/
.about-taisetsuzan{
  padding: 0 0 20rem;
}

.about-taisetsuzan__img{
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}

.about__heading{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
}


/***** about.php / フラテッロ ディ ミクニ *****/
.about-mikuni{
  align-items: center;
}

.about-mikuni__img {
  width: 50%;
  height: auto;
}

.about-mikuni__item {
  width: 50%;
  padding: 0 7rem;
}

.about-mikuni__btn{
  text-align: right;
  margin-top: 6rem;
}


/***** about.php / フラテッロ ディ ミクニ　内観 *****/
.about-interior{
  padding: 15rem 0;
}

.about-interior__images01{
  text-align: center;
  margin-bottom: 10rem;
}

.about-interior__movie {
  width: 850px;
  height: auto;
}

.about-interior__img02 {
  height: auto;
  width: 47%;
}

.about-interior__img03 {
  padding-top: 9rem;
  width: 47%;
  height: auto;
}

.about-interior__img04 {
  margin-right: 1rem;
}

/***** Firefox調整 *****/
@-moz-document url-prefix() {
  .page-en .about-interior__img04{
    max-width: 100%;
    width: 100%;
  }
}

.about-interior__images03{
  margin-top: 7rem;
}

.about-interior__item{
  margin-top: 9rem;
}

.page-en .about-interior__item {
  margin-left: 3rem;
}


/***** about.php / フラテッロ ディ ミクニ　外観・周辺 *****/
.about-exterior{
  padding: 0 0 8rem;
}

.about-exterior__images01{
  text-align: center;
  margin-bottom: 7rem;
}

.about-exterior__item {
  width: 62%;
}

.about-exterior__images02{
  margin: 7rem 0;
  align-items: flex-end;
}

.about-exterior__btn{
  margin-left: 5rem;
  margin-right: 4rem;
}

.about-exterior__images03{
  flex-wrap: wrap;
}

.about-exterior__images03 img{
  margin-bottom: 7rem;
  width: 47%;
  height: auto;
}


/***** about.php / 料理の素材 *****/
.about-food{
  padding: 0 0 15rem;
}

.about-food__images01{
  text-align: center;
}

.about-food__item{
  margin: 7rem auto;
  width: 56%;
}

.about-food__img02, .about-food__img03, .about-food__img04{
  height: auto;
  width: 32%;
}

.about-food__img03{
  padding-top: 6rem;
}

.about-food__img04{
  padding-top: 12rem;
}


/***** about.php / サロンギャラリー *****/
.about-gallery{
  padding: 0 0 20rem;
}

.about-gallery .flex--center{
  align-items: center;
}

.about-gallery__img01 {
  margin-right: 5rem;
}


/***** about.php / ヴィラ *****/
.about-villa{
  align-items: center;
}

.about-villa__item {
  width: 50%;
  padding: 0 7rem;
}

.about-villa__img {
  width: 50%;
  height: auto;
}

.about-villa__btn{
  text-align: right;
  margin-top: 6rem;
}


/* ************************************************************************************************

   chef.php

   ************************************************************************************************ */

.chef-mikuni, .chef-horikawa, .chef-miyamoto{
  margin-bottom: 25rem;
  position: relative;
}

.chef__prof{
  margin-left: 5rem;
  z-index: 9;
  width: 100%;
}

.chef__name{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 6rem;
  padding-bottom: 1.5rem;
}

.chef__ttl{
  margin-bottom: 4rem;
}

.chef__bio th{
  font-weight: normal;
  width: 10%;
}

.chef__bio th, .chef__bio td {
  line-height: 2;
  padding: .5rem 0;
}

.chef-mikuni::before {
    background: rgba(217,238,238,0.6);
    display: block;
    content: "";
    width: 70%;
    height: 400px;
    position: absolute;
    top: 13.5rem;
    right: 0;
}

.chef-horikawa::before {
    background: rgba(217,238,238,0.6);
    display: block;
    content: "";
    width: 70%;
    height: 380px;
    position: absolute;
    top: 13.5rem;
    right: 0;
}

.chef-miyamoto::before {
    background: rgba(217,238,238,0.6);
    display: block;
    content: "";
    width: 70%;
    height: 350px;
    position: absolute;
    top: 13.5rem;
    right: 0;
}

/***** chef.php / 画像マウスオーバー切り替え *****/
.chef__pic {
  position: relative;
  transition: ease-in-out .5s;
}

.chef__pic--mono {
  z-index: 10;
  transition: ease-in-out .5s;
}

.chef__pic--color{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: ease-in-out .5s;
}

.chef__pic:hover .chef__pic--mono{
  opacity: 0;
  transition: ease-in-out .5s;
}

.chef__pic:hover .chef__pic--color{
  opacity: 1;
  transition: ease-in-out .5s;
}

/***** chef.php / ギャラリー *****/
.chef-images {
  padding-bottom: 5rem;
}

.chef-images img {
  max-width: 70%;
}

.chef-img01{
  text-align: left;
  margin-bottom: 15rem;
}

.chef-img02{
  text-align: right;
  margin-bottom: 15rem;
}


.chef-img03{
  text-align: center;
}


/* ************************************************************************************************

  villa.php

  ************************************************************************************************ */
/***** villa.php / concept *****/
.villa-header__images01{
  text-align: center;
}

.villa-header__video{
  width: 850px;
  height: auto;
}

.villa__heading{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
}

.villa-concept .villa__heading,.villa-menu .villa__heading{
  font-family: 'Times New Roman','Georgia',sans-serif;
}

.villa-concept{
  padding: 15rem 0;
}

.villa-concept__item{
  margin-top: 7rem;
  margin-right: 4rem;
}

/***** villa.php / Menu *****/
.villa-menu{
  align-items: center;
}

.villa-menu__img {
  width: 50%;
}

.villa-menu__item {
  width: 50%;
  padding: 0 7rem;
}

.villa-menu__btn{
  text-align: right;
  margin-top: 6rem;
}

.villa-menu .villa__txt{
  text-align: center;
  margin-top: 2rem;
}

.villa__tbl--sp {display: none;}

.villa-menu__tbl table,.villa-menu__tbl th,.villa-menu__tbl td{
  border: none;
  border-bottom: 1px dashed #adbfbf;
}

.villa-menu__tbl table{
  width: 100%;
  margin: 0 0 1rem;
  border-bottom: none;
  border-collapse: separate;
}

.villa-menu__tbl th{
  padding: 1.6rem;
  width: 30%;
}

.villa-menu__tbl td {
  width: 50%;
  padding: 1.6rem 0;
}

.villa-menu__tbl th, .villa-menu__tbl td {
  vertical-align: middle;
  line-height: 1.8;
}

.tr-villa-menu__tbl th{
  padding: 1.6rem;
  width: 18%;
}

.tr-villa-menu__tbl td {
  width: 0%;
  padding: 1.6rem;
}

/***** villa.php / 内観 *****/
.villa-interior{
  padding: 15rem 0;
}

.villa-interior__images01{
  text-align: center;
}

.villa-interior__item{
  margin: 7rem auto 5rem;
  width: 56%;
}

/***** villa.php / ヴィラご利用基本料金 *****/
.villa-fiore,.villa-foresta{
  padding: 0 0 5rem;
  border-bottom: 1px solid #adbfbf;
}

.villa-la{
  padding: 0;
}

.villa__ttl{
  text-align: center;
  padding: 2rem 0;
  border-top: 2px solid #adbfbf;
  border-bottom: 2px solid #adbfbf;
  width: 25%;
  margin: 0 auto;
}

.villa-fiore__box01,.villa-foresta__box01,.villa-la__box01{
  padding: 15rem 0 10rem;
  text-align: center;
}

.villa-ttl__heading{
  margin-bottom: 7rem;
}

.villa-ttl__heading--en{
  font-size: 1.8rem;
  line-height: 1.5;
  color: #689689;
}

.tr-villa-ttl__heading--en {
  line-height: 1.5;
  color: #689689;
  font-size: 2.6rem;
}

.villa__tbl--pc table, .villa__tbl--sp table{
  width: 100%;
  margin: 0 0 5rem;
}

.villa-la__tbl table{
  width: 70%;
  margin: 0 auto;
}

.villa__tbl--pc table,.villa__tbl--pc th,.villa__tbl--pc td, .villa__tbl--sp table,.villa__tbl--sp th,.villa__tbl--sp td,.villa-la__tbl table,.villa-la__tbl th,.villa-la__tbl td{
  border: 1px dashed #adbfbf;
}

.villa__tbl--pc th,.villa__tbl--pc td,.villa__tbl--sp th,.villa__tbl--sp td,.villa-la__tbl th,.villa-la__tbl td{
  padding: 2rem;
}

.villa__tbl--pc th,.villa__tbl--pc td, .villa__tbl--sp th, .villa__tbl--sp td,.villa-la__tbl th,.villa-la__tbl td{
  vertical-align: middle;
  text-align: center;
}

.villa-fiore__box02,.villa-foresta__box02,.villa-la__box02{
  padding: 0 0 10rem;
}

.villa-fiore__box02 .flex--center,.villa-foresta__box02 .flex--center,.villa-la__box02 .flex--center{
  align-items: flex-end;
  margin-bottom: 5rem;
}

.villa__images01{
  margin-right: 5rem;
}

.villa__images02{
  margin-left: 5rem;
}

.villa__item{
  margin-bottom: 5rem;
  width: 40%;
}

.villa-fiore-information,.villa-foresta-information{
  margin-bottom: 10rem;
}

.villa-fiore-information__item,.villa-foresta-information__item,.villa-la-information__item{
  margin: 0 auto;
  z-index: 9;
  width: 90%;
  position: relative;
}

.villa-la-information__item {margin-bottom: 5rem;}

.villa-fiore-information__item::before {
    background: rgba(217,238,238,0.6);
    display: inline-block;
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    top: 13.5rem;
    right: 0;
    left: 5rem;
}

.villa-foresta-information__item::before {
    background: rgba(217,238,238,0.6);
    display: block;
    content: "";
    width: 100%;
    height: 380px;
    position: absolute;
    top: 13.5rem;
    right: 0;
    left: 5rem;
}

.villa-la-information__item::before {
    background: rgba(217,238,238,0.6);
    display: block;
    content: "";
    width: 100%;
    height: 380px;
    position: absolute;
    top: 13.5rem;
    right: 0;
    left: 5rem;
}


/* ************************************************************************************************

  garden.php

  ************************************************************************************************ */
/***** garden.php / 森のガーデンのコンセプト *****/
.garden-concept{
  padding: 0 0 20rem;
}

.garden-concept__img{
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}

.garden__heading{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  line-height: 2;
}


/***** garden.php / 森のガーデンの営業時間・料金 *****/
.garden-hours{
  align-items: center;
}

.garden-hours__img{
  width: 50%;
  height: auto;
}

.garden-hours__item{
  width: 50%;
  padding: 0 6rem;
}

.garden-hours__tbl table,.garden-hours__tbl th,.garden-hours__tbl td{
  border: none;
  border-bottom: 1px dashed #adbfbf;
}

.garden-hours__tbl table{
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: separate;
  border-bottom: none;
}

.garden-hours__tbl th,.garden-hours__tbl td{
  vertical-align: middle;
  line-height: 1.8;
  padding: 1.6rem;
}

.garden-hours__tbl--fonts{
  font-weight: 400;
}

/***** garden.php / 森のガーデンの施設構成 *****/
.garden-facility{
  padding: 15rem 0;
}
.garden-facility__box01{
  padding: 0rem;
}

.garden-facility__box01 .flex--center{
  align-items: flex-end;
  margin-bottom: 5rem;
}

.garden-facility__images01{
  margin-right: 8rem;
}

.garden-facility__images02{
  margin-left: 8rem;
}

.garden-facility__item{
  margin-bottom: 5rem;
  width: 40%;
}


/***** garden.php / ガーデン花暦 *****/
.garden-flower{
  align-items: center;
}

.garden-flower__item{
  width: 50%;
  padding: 0 7rem;
}

.garden-flower__img{
  width: 50%;
  height: auto;
}

.garden-flower__btn a{
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.garden-flower__contents{
  width: 100%;
  flex-wrap:wrap;
}

.garden-flower__btn {
  padding: 3rem 1rem;
  width: 42%;
}

/***** garden.php / ガーデン動画 *****/
.garden-video {
  padding: 15rem 0 10rem;
}

.garden-video__images01{
  text-align: center;
  margin-bottom: 10rem;
}

.garden-video__movie {
  width: 850px;
  height: auto;
}

/***** garden.php / 森のガーデンのギャラリー *****/
.garden-gallery{
  padding: 0 0 15rem;
}

.garden-gallery__item{
  margin-bottom: 10rem;
}

.garden-gallery__grid{
  width: 1080px;
  padding: 0 2rem;
  margin:0 auto;
}

.garden-gallery__images01,.garden-gallery__images02{
  flex-wrap: wrap;
}

.garden-gallery__img01,.garden-gallery__img02{
  width: 32%;
  padding: 0 0 2rem;
}


/***** garden.php / ガーデンリンク *****/
.garden-link{
  text-align: center;
  margin-bottom: 0rem;
}

.garden-link__btn{
  margin-top: 2rem;
}

.garden-link__daisetsu, .garden-link__gardencafe {
    padding: 1rem 5rem;
}

.garden-link__gardencafe{
  border-left: 1px solid #adbfbf;
}

.garden-link__daisetsu a.btn01{
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}


/* ************************************************************************************************

  gardencafe.php

  ************************************************************************************************ */
.gardencafe__movie{
  width: 100%;
  height:750px;
}
/***** gardencafe.php / 森の中のガーデンカフェ *****/
.gardencafe-main{
  padding: 0 0 15rem;
}

.gardencafe-main__img{
  width: 100%;
  height: auto;
  margin-bottom: 15rem;
}

.gardencafe__heading{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
}

.gardencafe-main__logo {
  text-align: center;
  margin-bottom: 50px;
}

.gardencafe__txt {
  text-align: center;
}
.gardencafe__txt--en {text-align: left;}

.gardencafe-main__images01 {
  margin: 5rem 0 5rem 0;
}

.gardencafe-main__img02{
  width:100%;
  padding: 0 30rem 0 0;
}

.gardencafe-main__img03{
  width: 100%;
  padding: 0 0 0 30rem;
}


/***** gardencafe.php / ガーデンカフェのメニュー *****/

.gardencafe-menu__ttl{
  text-align: center;
  padding: 2rem 0;
  border-top: 2px solid #adbfbf;
  border-bottom: 2px solid #adbfbf;
  width: 180px;
  margin: 0 auto;
}

.gardencafe-menu__ttl--en {width: 300px;}

.gardencafe-menu-gelato{
  padding: 10rem 0 10rem;
  text-align: center;
  border-bottom: 1px solid #adbfbf;
}

.gardencafe-menu-food{
  padding: 10rem 0 10rem;
  text-align: center;
  border-bottom: 1px solid #adbfbf;
}

.gardencafe-menu__item {
    margin: 0 auto 10rem;
    width: 50%;
    text-align: left;
}

.gardencafe-menu__item__sns a {
    transition: .3s;
}

.gardencafe-menu__item__sns a:hover {
    color: #689689;
    transition: .3s;
}


.gardencafe-menu__item--en{
  font-size: 1.8rem;
  line-height: 1.5;
  color: #689689;
}

.tr-gardencafe-menu__item--en {
  font-size: 2.6rem;
  margin-bottom: 7rem;
}

.gardencafe-menu__item--price{
  margin-top: 3rem;
  font-size: 1.6rem;
}

.gardencafe-menu__item--price--sub{
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}

.gardencafe-menu-attention{
  text-align: center;
}

.gardencafe-menu-attention__txt{
  margin: 10rem 0 0;
}

.gardencafe-menu__grid{
  width: 1080px;
  padding: 0 2rem;
  margin:0 auto;
}

.gardencafe-menu__images01,.gardencafe-menu__images02{
  flex-wrap: wrap;
}

.gardencafe-menu__img01,.gardencafe-menu__img02{
  width: 32%;
  padding: 0 0 2rem;
}

.gardencafe-menu-time {
  margin: 10rem 0 0;
  text-align: center;
}

.gardencafe-menu__item--time {
  margin-top: 6rem;
  font-size: 2rem !important;
}

/* ************************************************************************************************

  access.php

  ************************************************************************************************ */

/***** access.php / お車でのお越しの場合 *****/
.access-car{
  padding: 20rem 0;
}

.access__heading{
  border-bottom: 2px solid #adbfbf;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
}

.access-car__img01 {
  height: 100%;
  width: 47%;
}

.access-car__img02 {
  padding-top: 9rem;
  width: 47%;
}

.access-car__tbl table,.access-public__tbl table{
  width: 100%;
}

.access-car__tbl table{
  margin: 0 0 10rem;
}

.access-car__tbl table,.access-car__tbl th,.access-car__tbl td{
  border: none;
  border-bottom: 1px dashed #adbfbf;
}

.access-car__tbl th, .access-car__tbl td {
  vertical-align: middle;
  line-height: 1.8;
  padding: 1.6rem;
}

/***** access.php / 公共機関でのお越しの場合 *****/
.access-public{
  padding: 0 0 15rem;
}

.access-public__item{
  width: 62%;
}

.tr-access-public__item{
  width: 72%;
}

.access-public__tbl table,.access-public__tbl th,.access-public__tbl td{
  border: none;
  border-bottom: 1px dashed #adbfbf;
}

.access-public__tbl th{
  padding: 1.6rem;
}

.tr-access-public__tbl th{
  padding: 1.6rem 4rem 1.6rem 1.6rem;
}

.access-public__tbl th,.access-public__tbl td{
  vertical-align: middle;
  line-height: 1.8;
}

.access-public__note {
  margin-top: 3rem;
}

/***** access.php / 住所 *****/
.access-address{
  padding: 0rem;
}

.access-address__images01{
  text-align: center;
}

.access-address__item{
  margin: 7rem auto;
  width: 75%;
}

.access-address__btn{
  text-align: right;
  margin-top: 6rem;
}

.access-address__btn a{
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}


/* ************************************************************************************************

  link.php

  ************************************************************************************************ */
.link-main{
  padding: 20rem 0 5rem;
  text-align: center;
}
.link__ttl{
  text-align: center;
  margin: 0 auto 15rem;
}
.link__ttl--en{
  font-size: 1.8rem;
  color: #689689;
}
.tr-link__ttl{
  text-align: center;
  margin: 0 auto 15rem;
}
.tr-link__ttl--en{
  font-size: 2.6rem;
  color: #689689;
  font-family: 'Times New Roman','Georgia',sans-serif;
}
.link__item{
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 1.6rem;
}
.link__item--sub{
  color: #adbfbf;
  text-align:center;
  margin-bottom: 4rem;
}
.link__item a{
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.tr-link__item a{
  font-size: 1.6rem;
}
.link__item__btn--fb{
  font-size: 1.2rem;
}


/* ************************************************************************************************

  reserve.php

  ************************************************************************************************ */

/***** reserve.php / レストランのご予約 *****/
.reserve__heading {
    border-bottom: 2px solid #adbfbf;
    margin-bottom: 3.5rem;
    padding-bottom: 1.5rem;
}

.reserve-restaurant {
    align-items: center;
    margin: 20rem 0;
}

.reserve-restaurant__img {
    width: 50%;
}

.reserve-restaurant__item {
    width: 50%;
    padding: 0 7rem;
}

.reserve-restaurant__btn {
    text-align: right;
    margin-top: 6rem;
}


/***** reserve.php / ヴィラ *****/
.reserve-villa {
    align-items: center;
    margin-bottom: 10rem;
}

.reserve-villa__item {
    width: 50%;
    padding: 0 7rem;
}

.reserve-villa__img {
    width: 50%;
}

.reserve-villa__btn {
    text-align: right;
    margin-top: 6rem;
}


/* ************************************************************************************************

   news / 新着情報

   ************************************************************************************************ */

/* index.php */
.news{
  padding: 10rem 0 5rem;
}

.news img{
  max-width: 100%;
  height: auto;
}

.news__post{
  padding: 5rem 0;
  border-bottom: 1px solid #adbfbf;
}

.news__content{
  width: 80%;
  margin: 0 auto;
}

.news__cal{
  color: #689689;
  margin-bottom: 1rem;
}

.news__ttl{
  margin-bottom: 5rem;
}

.news__txt{
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.5;
}


/* ページネーション */
.news__pagination {
  text-align: center;
  margin-top: 5rem;
}

.page-numbers li {
  display: inline;
  margin: 0 .6rem 0;
}

.page-numbers a {
  font-size: 1.6rem;
  transition: .3s;
}

.page-numbers a:hover {
  color: #689689;
  transition: .3s;
}

.page-numbers.current{
  color: #689689;
  border-bottom: 1px solid #689689;
  padding-bottom: .5rem;
  font-size: 1.6rem;
}


/* 翻訳ボタン */
.news__translate {
  text-align: center;
  border-bottom: 1px solid #adbfbf;
  padding-bottom: 2rem;
}

.news__translate a {
  font-size: 1.6rem !important;
}

.translated-ltr body {
  padding-top: 39px !important;
}

.translated-ltr .menu {
    top: 6.9rem !important;
}


/* single.php */
.single {
  padding: 0 0 15rem;
}

.single__txt {
  font-size: 1.4rem;
  line-height: 2.5;
}

.header-sub__ttl--single{
  margin-bottom: 10rem;
  text-align: center;
  word-break: break-word;
  -ms-word-break: break-word;
}

.header-sub--single .container02{
  padding: 0;
}

.single__cal{
  color: #689689;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.single__contents {
  width: 70%;
  margin: 0 auto 7rem;
}


/*次へ、前へボタン*/
.nav-previous a:hover, .nav-next a:hover {
  color: #689689;
  transition: .3s;
}

.nav-previous a, .nav-next a {
  transition: .3s;
}

.nav-below {
  width: 300px;
  margin: 0 auto;
}


/* ************************************************************************************************

   gallery / ギャラリー

   ************************************************************************************************ */

/* archive-gallery.php */
.gallery{
  padding: 0 0 15rem;
}

.gallery__content {
  flex-wrap: wrap;
}

.gallery__post {
  width: 33.333%;
  padding: 1.5rem;
}

.gallery__post img {
  width: 100%;
  height: auto;
}

.gallery__thumbnail:hover{
  opacity: 0.7;
  transition: .5s;
}

.gallery__thumbnail{
  transition: .5s;
}

/*ギャラリー　カテゴリー＆タクソノミーリンク*/
.gallery__cat-link {
  text-align: center;
  margin-top: 7rem;
}

.gallery__cat-link a{
  border-right: 1px solid #adbfbf;
  padding: 0 3rem 0;
  height: auto;
  line-height: 2;
  transition: .3s;
}

.gallery__cat-link a:first-child{
  border-left: 1px solid #adbfbf;
}

.gallery__cat-link a:hover,
.gallery__btn a:hover {
  color: #689689;
  transition: .3s;
}

.gallery__btn {
  text-align: center;
  margin-top: 7rem;
}

.gallery__btn a{
  margin: 0 3rem 0;
  transition: .3s;
}

.gallery-archive__btn a{
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.gallery__cat-link--en{
  font-family: 'Times New Roman','Georgia',sans-serif;
  font-weight: normal;
  color: #689689;
  font-size: 1.2rem;
}


/* single-gallery.php */
.single-gallery {
  padding: 0 0 15rem;
}

.single-gallery__thumbnail{
  text-align: center;
  padding-top: 5rem;
}

.single-gallery__thumbnail img {
  width: auto;
  height: 90vh;
}

.single-gallery .nav-below {
  width: 700px;
}

.fa-instagram {
  margin-right: .5rem;
}

.single-gallery__info {
  margin-bottom: 10rem;
}

.single-gallery__cat {
  text-align: center;
  margin-bottom: 3rem;
}

.single-gallery__list a {
  margin: 0 2rem 0;
  display: inline-block;
  border: 4px double #689689;
  padding: .5rem;
  transition: .3s;
}

.single-gallery__list a:hover {
  background: #689689;
  color: #fff;
  border: 4px double #fff;
  transition: .3s;
}


/***** Edge調整 *****/
/* @supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none))  {
  .single, .gallery, .single-gallery {padding: 0;}
} */


/* ************************************************************************************************

  menu.php

  ************************************************************************************************ */

.menu-lunch{
  padding: 15rem 0;
}

.menu-dinner{
  padding: 15rem 0 10rem;
}

.menu__ttl{
  text-align: center;
  padding: 2rem 0;
  border-top: 2px solid #adbfbf;
  border-bottom: 2px solid #adbfbf;
  width: 180px;
  margin: 0 auto;
}

.menu__box{
  padding: 15rem 0 10rem;
  text-align: center;
  border-bottom: 1px solid #adbfbf;
}

.menu__box02{
  padding: 10rem 0 0;
  text-align: center;
}

.menu__box03{
  padding: 10rem 0 0;
  margin-top: 10rem;
  text-align: center;
  border-top: 1px solid #adbfbf;
}

.menu__heading{
  margin-bottom: 8rem;
}

.page-en .menu__heading{
  margin-bottom: 7rem;
}

.menu__heading--en{
  font-size: 1.8rem;
  line-height: 1.5;
}

.page-en .menu__heading--en{
  font-size: 2.6rem;
}

.menu__heading--en, .menu__item--sub, .menu__price--sub{
  color: #689689;
}

.menu__item{
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.menu__item--sub {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.menu__price{
  margin-top: 7rem;
  font-size: 1.6rem;
}

.menu__price--sub{
  display: block;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

.page-en .menu__price--sub{
  font-size: 1.4rem;
  line-height: 1.8;
}

.menu-dinner__bg{
  background-image: url(https://fratello-di-mikuni.com/info/wp-content/uploads/menu_img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

/***** menu / ワインリスト *****/
.menu-wine{
  margin-bottom: 10rem;
}

.menu-wine__box {
  align-items: center;
  padding: 10rem 0 10rem;
  border-top: 1px solid #adbfbf;
  border-bottom: 1px solid #adbfbf;
}

.menu-wine__img{
  width: 350px;
}

.menu-wine__btn a{
  margin-left: 6rem;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

/***** menu / 注意書き *****/
.menu-attention{
  text-align: center;
}

.menu-attention__txt{
  margin-bottom: 7rem;
}



/* ************************************************************************************************

   contact / お問い合わせ

   ************************************************************************************************ */

/***** お問い合わせフォーム *****/
.contact__reserve {
  text-align: center;
  margin-bottom: 15rem;
}

.contact__villa {
  border-right: 1px solid #adbfbf;
  border-left: 1px solid #adbfbf;
}

.contact__restaurant, .contact__villa, .contact__tel{
  padding: 1rem 5rem;
}

.contact__btn {
  margin-top: 2rem;
}

.required {
  font-size: smaller;
  color: #BC8DA0;
}

.hyphen {
 margin: 0 .5rem;
 vertical-align: text-bottom;
}

input[type="submit"]{
-webkit-appearance: none;
}

.wpcf7 { width: 100%; margin: 0 0 2.5em !important; padding: 0; font-size: 1.4rem; }

.wpcf7 form { margin: 1.5em auto 0; width: 60%; }

.wpcf7 p { margin-bottom: 1em;}

.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 1rem; border: 1px solid #ffffff; background: rgba(217,238,238,0.8); line-height: 1.5; margin: .5rem auto 2rem; color: #222;}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width: auto; max-width: 97%; padding: 1rem; border: 1px solid #ffffff; background: #ffffff; margin: .5rem auto 2rem;}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height: 1.5; }

.wpcf7 .wpcf7-list-item { display: block; text-align: center;}

.wpcf7 textarea { height: 300px; }

.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #ccc; outline: none; }

.wpcf7 .wpcf7-submit { -webkit-transition: all .3s; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: relative; width: 180px; height: 48px; margin: 5rem auto 0; border: none !important; outline: none; background-color: #d9eeee; color: #222; font-size: 1.4rem; line-height: 1.5; text-align: center; text-decoration: none; cursor: pointer; transition: all .3s; }

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7 .wpcf7-submit:hover { opacity:0.6; }

.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: #ccc; }

.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius: 4px; -moz-border-radius: 4px; margin: 1rem 0 0; padding: .8rem 3.5rem .8rem 1.4rem; border-radius: 4px; }

.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border: 1px solid #EED3D7; background-color: #F2DEDE; color: #B94A48; }

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border: 1px solid #BCE8F1; background-color: #D9EDF7; color: #3A87AD; }

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.smallform {
 width: 11%;
}

.wpcf7 input[type=checkbox]{
 margin: .5rem auto 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #adbfbf;
}


/* プライバシーポリシー */
 @media only screen and (max-width: 550px) {
 	[class*="grid-"].noGutter > .col {
 		padding: 0%;
 	}
 }


 .blk-iframe {
 	border: 1px solid #adbfbf;
 	background-color: #fff;
 	width: 700px;
 	max-width: 100%;
 	height: 50rem;
 	margin: 5rem auto;
 	overflow: auto;
 	/*  -webkit-overflow-scrolling: touch;*/
 }

 .privacy {
 	font-size: 0.9em;
 	line-height: 1.8;
 	padding: 5%;
 }

 .privacy h4 {
 	text-align: center;
 	border-bottom-style: none;
 	margin-top: 0;
 	padding: 0;
 }

 .privacy h4::after {
 	content: none;
 }

 .privacy h5 {
 	margin: 1em 0 0.5em;
 }

 /***** Edge調整 *****/
 /* @supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none))  {
   .wpcf7 {margin: 0 !important;}
 } */


/* added at 2024.1.22 by OWNDMEDIA.LAB */
.footer__link-btn--recruit {
  position: fixed;
  inset: auto auto 3rem 2rem;
  box-shadow: 5px 5px 40px rgba(211, 211, 211, 0.6), -10px -10px 40px rgba(255, 255, 255, 0.7);
  width: min(32%, 200px);
}

.footer__link-btn--inner {
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

.footer__link-btn--img {
  border-radius: 3px 3px 0 0;
  height: 50px;
  overflow: hidden;
  img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
}

.footer__link-btn--txt {
  border-radius: 0 0 3px 3px;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
  transition: all .3s;
}

.footer__link-btn--inner:hover > .footer__link-btn--txt {
  color: #aaa;
}